Coding Hub

Less is more.

vuePress-theme-reco Lawrence    2021 - 2023
Coding Hub Coding Hub

Choose mode

  • dark
  • auto
  • light
Home
Category
  • ELF
  • JIT compiler
  • IEEE 754
  • AI Compiler
  • Pypy and Rpython
  • LLVM
  • Python Internal
  • Virtual Machine
  • MLIR
Tag
TimeLine
About me
Contact
  • GitHub (opens new window)
  • Linkedin (opens new window)
  • Gmail (opens new window)
author-avatar

Lawrence

22

Articles

16

Tags

    Home
    Category
    • ELF
    • JIT compiler
    • IEEE 754
    • AI Compiler
    • Pypy and Rpython
    • LLVM
    • Python Internal
    • Virtual Machine
    • MLIR
    Tag
    TimeLine
    About me
    Contact
    • GitHub (opens new window)
    • Linkedin (opens new window)
    • Gmail (opens new window)

    Pypy and Rpython Categories

    vuePress-theme-reco Lawrence    2021 - 2023
    • ELF 4
    • JIT compiler 7
    • IEEE 754 1
    • AI Compiler 1
    • Pypy and Rpython 2
    • LLVM 1
    • Python Internal 1
    • Virtual Machine 5
    • MLIR 1
    Pypy 砰呸 - Part 1. 使用 Rpython Translation Toolchain 來做最佳化

    在本章節,目的有二個 :

    1. 教大家怎麼使用 Rpython 撰寫 Brainfuck Interpreter
    2. 怎麼利用 Rpython Translation Toolchain 把一個慢到不行的 Interpreter 最佳化
    Lawrence 7/26/2023 JIT compilerCompilerPypyRpython
    Pypy 砰呸 - Introduction. Pypy and Rpython Translation Toolchain

    Python 語言已經是世界上最多人使用的語言之一,Python 官方使用的 Python Virtual Machine 是 Cpython, 但 CPython 被人詬病的除了 GIL 機制,還有在實作方面很難引入 Just in time compilation.。因此有另外一種具有 JIT 性質的 Python Virtual Machine - Pypy. 在此章,會介紹 Pypy 跟 Rpython Translation Toolchain 的那檔事。

    Lawrence 7/24/2023 JIT compilerCompilerPypyRpython
    Prev 1 ... 1 ... 1 Next Jump To Go